From d65fa27d0b9e29a453e8324399dea3c167a93df2 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Tue, 4 May 2010 23:08:47 +0200 Subject: [PATCH] Move doc production into its own target. --- debian/rules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 07ac67ab6..7d36c7d51 100755 --- a/debian/rules +++ b/debian/rules @@ -52,18 +52,21 @@ debian/gpsbabel.1: build-stamp gui/Makefile: patch cd gui && qmake-qt4 -build: build-stamp build-gui-stamp debian/gpsbabel.1 +build: build-stamp build-gui-stamp build-doc-stamp debian/gpsbabel.1 build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. $(MAKE) - $(MAKE) doc chmod u+x testo $(MAKE) check || true - touch build-stamp + touch $@ + +build-doc-stamp: configure-stamp + $(MAKE) doc + touch $@ build-gui: build-gui-stamp build-gui-stamp: gui/Makefile -- 2.30.2